home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "firstTime": "Boolean NOT NULL",
- "Dial_on_startup": "Boolean NOT NULL",
- "Start_at_Booting_time": "Boolean NOT NULL",
- "DUN_Name": "Text (50)",
- "DUN_UserName": "Text (50)",
- "DUN_Password": "Text (50)",
- "DUN_Schedule_Type": "Text (1)",
- "DUN_Max_Retries": "Integer",
- "SMTP_Server": "Text (50)",
- "System_Admin": "Text (50)",
- "System_Password": "Text (50)",
- "Dial_interval": "Long Integer",
- "Local_Port_SMTP": "Long Integer",
- "Local_Port_POP3": "Long Integer",
- "Remote_Port_SMTP": "Long Integer",
- "Remote_Port_POP3": "Long Integer",
- "RegisteredUser": "Text (20)",
- "Company": "Text (30)",
- "NormalShutdown": "Boolean NOT NULL",
- "Send_Receive": "Integer",
- "Max_Size": "Long Integer",
- "batch_size": "Integer"
- },
- "data": [
- {
- "firstTime": 0,
- "Dial_on_startup": 0,
- "Start_at_Booting_time": 0,
- "DUN_Schedule_Type": "R",
- "DUN_Max_Retries": 3,
- "System_Admin": "admin",
- "System_Password": "admin",
- "Dial_interval": 30,
- "Local_Port_SMTP": 0,
- "Local_Port_POP3": 0,
- "Remote_Port_SMTP": 0,
- "Remote_Port_POP3": 0,
- "NormalShutdown": 1,
- "Send_Receive": 1,
- "Max_Size": 2000000,
- "batch_size": 0
- }
- ]
- }